*** empty log message ***
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 28 Dec 2008 13:58:10 +0000 (13:58 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 28 Dec 2008 13:58:10 +0000 (13:58 +0000)
lisp/ChangeLog

index 72e6cb07c8a74344ca56060dcf4954bc6b369baf..589338dcbd81188f2551411e381792d0fe050802 100644 (file)
@@ -1,3 +1,27 @@
+2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * proced.el (proced-grammar-alist): Allow predicate nil.  New
+       attribute tree.
+       (proced-format-alist): Use attribute tree.
+       (proced-tree-flag, proced-tree-indent): New variables.
+       (proced-children-alist): Renamed from proced-process-tree.  PPID
+       must refer to a process in process-alist.  Ignore PPIDs that equal
+       PID.  Children alist inherits sorting order from process-alist.
+       (proced-process-tree): New variable.  New function.
+       (proced-process-tree-internal, proced-toggle-tree)
+       (proced-tree, proced-tree-insert, proced-format-tree): New
+       functions.
+       (proced-mark-process-alist): Add docstring.
+       (proced-filter-parents): PPID must refer to a process in
+       process-alist.  Ignore PPIDs that equal PID.
+       (proced-sort): Throw error if attribute is not sortable.
+       (proced-sort-interactive): Restrict completion to sortable
+       attributes.
+       (proced-format): Include tree in standard attributes if
+       proced-tree-flag is non-nil.  Make header clickable only if
+       corresponding predicate is non-nil.
+       (proced-update): Use proced-tree.
+
 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * diff.el (diff): Doc fix.